home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13515 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  805 b 

  1. Path: news4.noc.netcom.net!zdc!zippo!drn
  2. From: Gilad Brand
  3. Newsgroups: comp.lang.c++
  4. Subject: What is : void class::method(TYPE* type) throw()
  5. Date: 24 Mar 1996 23:54:20 -0800
  6. Organization: Zippo
  7. Sender: http@doc.zippo.com
  8. Message-ID: <4j5jfc$hk3@doc.zippo.com>
  9. NNTP-Posting-Host: udi37t.ecitele.com
  10.  
  11. I read an article in the "C++ Report" which carried the name: "C++ Exception -
  12. Handling in Multithreaded Programs" / by Sean Leary. 
  13. In the article I saw some examples of code which syntax was unfamiliar to me.
  14. The formal declaration of a method was written like this:
  15.  
  16. void EHThread::terminate(EHThread* self) throw()
  17. {
  18.     ...
  19. }
  20.  
  21. This syntax returned in other places in the article.
  22. I wonder if there is anyone who is familiar with this syntax, and can tell
  23. me what is its meaning ?
  24. Thanks,
  25.  
  26. Gilad Brand.
  27.